khushi - HTMLify profile

khushi's Profile Picture

khushi

74 Files

9336 Views

Latest files of /khushi/To-Do List

index.html khushi/To-Do List/index.html
266 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>OCTANET || TASK2</title>
<link href="todo.css" rel="stylesheet">
</head>
<body>
<div class="contain">
todo.css khushi/To-Do List/todo.css
100 Views
0 Comments
*{
margin:0 ;
padding:0 ;
font-family: 'popins','sans-sarif';
box-sizing: border-box;
}
body{
display: flex;